HttpRequest

interface HttpRequest

Interface definition for performing http requests.

This allows to provide alternative implementations for the http interaction of this library.

Functions

Link copied to clipboard
abstract fun cancelRequest()
Cancels the request.
Link copied to clipboard
abstract fun executeRequest(httpRequest: HttpResponder, nativePtr: Long, resourceUrl: String, etag: String, modified: String, offlineUsage: Boolean)
Executes the request.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Inheritors

Link copied to clipboard